home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NET575NT.IN_ / net575nt.inf
Encoding:
INI File  |  2003-03-24  |  4.8 KB  |  132 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2.  
  3. [Version]
  4. signature   = "$Windows NT$"
  5. Class        = Net
  6. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  7. provider    = %MSFT%
  8. LayoutFile  = layout.inf
  9. DriverVer=10/01/2002,2.60.5000.23
  10.  
  11. [Manufacturer]
  12. %3COM% = 3COM
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = *
  16.  
  17. [3COM]
  18. %Generic.DeviceDesc% = 3C575B.ndi, PCI\VEN_10B7&DEV_5057
  19. %Generic.DeviceDesc% = 3C575B.ndi, PCI\VEN_10B7&DEV_5157
  20. %Generic.DeviceDesc% = 3C575C.ndi, PCI\VEN_10B7&DEV_5257
  21. %3C575A.DeviceDesc%  = 3C575B.ndi, PCI\VEN_10B7&DEV_5057&SUBSYS_5A5710B7
  22. %3C575B.DeviceDesc%  = 3C575B.ndi, PCI\VEN_10B7&DEV_5157&SUBSYS_5B5710B7
  23. %3C575C.DeviceDesc%  = 3C575C.ndi, PCI\VEN_10B7&DEV_5257&SUBSYS_5C5710B7
  24.  
  25. ;-------------------------------------------------------------------------------
  26. ; NDI for the A and B rev adapters
  27. ;
  28. [3C575B.ndi]
  29. AddReg        = 3C575B.reg, elnk3C575.reg
  30. BusType     = 5
  31. Characteristics = 0x84
  32. CopyFiles    = elnk3C575.CopyFiles
  33.  
  34. [3C575B.ndi.Services]
  35. AddService      = el575nd5, 2, el575nd5.Service, el575nd5.EventLog
  36.  
  37. [3C575B.reg]
  38. HKR, NDI\params\AutoPolarity,           ParamDesc,  0, %AutoPolarity%
  39. HKR, NDI\params\AutoPolarity,           type,       0, "enum"
  40. HKR, Ndi\params\AutoPolarity,           default,    0, "0000"
  41. HKR, Ndi\params\AutoPolarity\enum,      0000,       0, %Enable%
  42. HKR, Ndi\params\AutoPolarity\enum,      0020,       0, %Disable%
  43.  
  44. HKR, Ndi\params\FullDuplex,             ParamDesc,  0, %DuplexMode%
  45. HKR, Ndi\params\FullDuplex,             default,    0, "0"
  46. HKR, Ndi\params\FullDuplex,             type,       0, "enum"
  47. HKR, Ndi\params\FullDuplex\enum,        0,          0, %AutoDetect%
  48. HKR, Ndi\params\FullDuplex\enum,        1,          0, %FullDuplex%
  49.  
  50. ;-------------------------------------------------------------------------------
  51. ; NDI for the C rev adapters
  52. ;
  53. [3C575C.ndi]
  54. AddReg        = 3C575C.reg, elnk3C575.reg
  55. BusType     = 5
  56. Characteristics = 0x84
  57. CopyFiles    = elnk3C575.CopyFiles
  58.  
  59. [3C575C.ndi.Services]
  60. AddService      = el575nd5, 2, el575nd5.Service, el575nd5.EventLog
  61.  
  62. [3C575C.reg]
  63. HKR, NDI\params\LinkSelection,          ParamDesc, 0, %LinkSelection%
  64. HKR, NDI\params\LinkSelection,          type,      0, "enum"
  65. HKR, Ndi\params\LinkSelection,          default,   0, "0200"
  66. HKR, Ndi\params\LinkSelection\enum,     0200,      0, %Auto%
  67. HKR, Ndi\params\LinkSelection\enum,     0100,      0, %100FD%
  68. HKR, Ndi\params\LinkSelection\enum,     0080,      0, %100HD%
  69. HKR, Ndi\params\LinkSelection\enum,     0040,      0, %10FD%
  70. HKR, Ndi\params\LinkSelection\enum,     0020,      0, %10HD%
  71.  
  72.  
  73. ;-------------------------------------------------------------------------------
  74. ; 3Com 3C575-TX Service and Driver
  75. ;
  76. [elnk3C575.reg]
  77. HKR, Ndi,         Service,     0, "EL575nd5"
  78. HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
  79. HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
  80. HKR, ,               OSType,     0, "0"
  81. HKR, ,               DriverMode, 0, "0"
  82.  
  83. [elnk3C575.CopyFiles]
  84. el575ND5.sys,,,2
  85.  
  86. [el575nd5.Service]
  87. DisplayName    = %el575nd5.Service.DispName%
  88. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  89. StartType    = 3 ;%SERVICE_DEMAND_START%
  90. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  91. ServiceBinary    = %12%\el575nd5.sys
  92. LoadOrderGroup    = NDIS
  93.  
  94. [el575nd5.EventLog]
  95. AddReg = el575nd5.AddEventLog.reg
  96.  
  97. [el575nd5.AddEventLog.reg]
  98. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  99. HKR, , TypesSupported,     0x00010001, 7
  100.  
  101. ;-------------------------------------------------------------------------------
  102. ; Destination Dirs
  103. [DestinationDirs]
  104. elnk3C575.CopyFiles =12
  105.  
  106. ;-------------------------------------------------------------------------------
  107. ; Localizable Strings
  108. ;
  109. [strings]
  110. MSFT                      = "Microsoft"
  111. 3COM                      = "3Com"
  112.  
  113. AutoPolarity              = "Automatic Polarity Selection"         
  114. Enable                    = "Enable"                               
  115. Disable                   = "Disable"                              
  116. DuplexMode                = "Duplex Mode"
  117. AutoDetect                = "Auto Detect"
  118. FullDuplex                = "Full Duplex"
  119. LinkSelection             = "Network Link Selection"
  120. Auto                      = "Auto Negotiation"                      
  121. 100FD                     = "100BaseTx Full Duplex"                    
  122. 100HD                     = "100BaseTx Half Duplex"                    
  123. 10FD                      = "10BaseT Full Duplex"                     
  124. 10HD                      = "10BaseT Half Duplex"                     
  125.  
  126. Generic.DeviceDesc        = "3Com 3C575TX-Based CardBus Fast Ethernet Adapter (Generic)"
  127. 3C575A.DeviceDesc         = "3Com Fast EtherLink XL PC Card (3C575-TX)"   
  128. 3C575B.DeviceDesc         = "3Com Megahertz 10/100 LAN CardBus PC Card"   
  129. 3C575C.DeviceDesc         = "FE575C-3COM 10/100 LAN CardBus-Fast Ethernet"
  130.  
  131. el575nd5.Service.DispName = "3Com Megahertz 10/100 LAN CardBus PC Card Driver"
  132.